lcDrwUpdateBlkRefs Home

Updates all references of specified block. This function have to be called after a block was modified. The block must be of "usual" type, i.e. not Model or Paper space block.

 BOOL lcDrwUpdateBlkRefs (
   HANDLE hDrw,
   HANDLE hBlock
 );

Parameters
hDrw
  Handle to a drawing object.
hBlock
  Handle to a block that was modified.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  Code sample